Skip to main content

Import

Usage

Return Type: UseTransferFundsModalReturnType

The hook returns an object with the following properties:

Properties

openTransferFundsModal

(settings: TransferFundsSettings) => void
Function to open the transfer funds modal with the specified configuration. Parameters:

closeTransferFundsModal

() => void Function to close the transfer funds modal.

transferFundsSettings

TransferFundsSettings | null
The current settings configuration for the transfer funds modal, or null if the modal is closed.